net.ipv6ZoneCache.toName (field)
7 uses
net (current package)
interface.go#L185: toName map[int]string // interface index to its name
interface.go#L190: toName: make(map[int]string),
interface.go#L211: zc.toName = make(map[int]string, len(ift))
interface.go#L214: if _, ok := zc.toName[ifi.Index]; !ok {
interface.go#L215: zc.toName[ifi.Index] = ifi.Name
interface.go#L227: name, ok := zoneCache.toName[index]
interface.go#L232: name, ok = zoneCache.toName[index]
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |